home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / StarFighter.swf / scripts / DefineButton2_137 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  99 b   |  8 lines

  1. on(release){
  2.    gotoAndPlay(5);
  3.    tellTarget("/thecounter")
  4.    {
  5.       nextFrame();
  6.    }
  7. }
  8.